#fdgg{
    position: fixed;
    left: 20px;
    bottom: 10px;
    width: 280px;
    height: auto;
    border-radius: 5px;
    font-size: 14px;
    background-color: #fff;
    z-index: 100000;
}

#fdgg_close{
    position: absolute;
    top: -14px;
    right: -1px;
    width: 15px;
    height: 15px;
    line-height: 13px;
    text-align: center;
    color: #999;
    cursor: pointer;

}

#fdgg_content{
    width: 100%;
    height: 100%;
    box-sizing: border-box;

    /*text-indent: 28px;*/
}

@media screen and (max-device-width: 768px){
    #fdgg{
        display: none;
    }
}